/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #3671cf;
}
.color {
  color: #3671cf;
}
/*menu*/
.menu {
  position: relative;
  z-index: 100;
}
.menu > li {
  height: 55px;
  line-height: 55px;
  width: 107px;
  float: left;
  text-align: center;
  position: relative;
}
.menu > li a {
  font-size: 16px;
  color: #494747;
}
.menu > li:hover,
.menu > li.hover {
  background: url(../images/public/navli.jpg) no-repeat center bottom;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.menu .menu_2 {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  display: none;
  overflow: hidden;
}
.menu .menu_2 li {
  background: #fff;
}
.menu .menu_2 a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #494747;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li:hover .menu_2 {
  display: block;
}
.main {
  margin-bottom: 10px;
}
/*footer*/
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #0a3ea0;
  color: white;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
.footer_bottom strong a {
  color: white;
}
